home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CDISPLAY
/
CDISPLAY.H
< prev
Wrap
Text File
|
1989-09-07
|
522b
|
20 lines
/******************************************************************************
CDisplayText.h
Interface for the DisplayText Class
Copyright ⌐ 1989 Pegasus Technology. All rights reserved.
******************************************************************************/
#define _H_DisplayText
#include "CStaticText.h"
struct CDisplayText : CStaticText { /* Class Declaration */
/** Instance Variables **/
/** Instance Methods **/
void AppTextPtr (Ptr textPtr, long numChars);
};